home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
55375
/
55375.xpi
/
chrome
/
chromeFiles
/
skin
/
coolhandnuke
/
tabbrowser-win.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-11-15
|
2KB
|
48 lines
/* Tabs */
#main-window[btBoom="coolhandnuke"]
.tabbrowser-tab:not([selected="true"]) {
-moz-appearance: none; /* Linux needs this */
margin-right: 1px !important;
margin-left: 1px !important;
margin-top: 2px !important;
border: 1px !important;
border-right-width: 1px !important;
border-left-width: 1px !important;
-moz-border-right-colors: #002654;
-moz-border-left-colors: #002654;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-bkgnd.png");
}
#main-window[btBoom="coolhandnuke"]
.tabbrowser-tab:not([selected="true"]):hover {
background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-hover-bkgnd.png");
}
#main-window[btBoom="coolhandnuke"]
.tabbrowser-tab[selected="true"] {
-moz-appearance: none; /* Linux needs this */
margin-right: 1px !important;
margin-left: 1px !important;
margin-top: 2px !important;
border: 1px !important;
border-right-width: 1px !important;
border-left-width: 1px !important;
-moz-border-right-colors: #002654;
-moz-border-left-colors: #002654;
background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-active-bkgnd.png");
}
/* tabbrowser-tab focus ring */
#main-window[btBoom="coolhandnuke"]
.tabbrowser-tab:not([selected="true"]) .tab-text {
color: #000 !important;
}
#main-window[btBoom="coolhandnuke"]
.tabbrowser-tab[selected="true"] .tab-text {
color: #fff !important;
}